Return to start page

ReplaceString

Description

Replaces string replacedString in string whichString by string replacingString and returns the resulting string. Note that replacedString and do not have to have the same size. The function removes replacedString and inserts replacingString afterwards at replacedString's old position. whichString String which contains the sub string replacedString. replacedString Sub string of string whichString which should be replaced. replacingString String which should replace replacedString. Returns the new string with the replaced sub string.

Source File

Core/String/Library Misc.j

Library

ALibraryCoreStringMisc

Scope

-

Private

No

Parameters

Return Type

string

Public

No

Native

No

Constant

No